home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6a / 00019.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  505 b   |  16 lines

  1. on exitFrame
  2.   global partnum, TxtCursor, takeinput, rumproast
  3.   set rumproast to the frame + 2
  4.   repeat with xxx = 5 to 10
  5.     set the visible of sprite xxx to 1
  6.   end repeat
  7.   set takeinput to 1
  8.   repeat with xxx = 21 to 32
  9.     puppetSprite(xxx, 1)
  10.   end repeat
  11.   set TxtCursor to 21 + ((partnum - 1) * 2)
  12.   set the castNum of sprite (21 + ((partnum - 1) * 2)) to the number of cast "FirstCursor"
  13.   set the castNum of sprite (22 + ((partnum - 1) * 2)) to the number of cast "digit_"
  14.   updateStage()
  15. end
  16.